home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / cups / templates / set-printer-options-header.tmpl < prev    next >
Text File  |  2009-10-31  |  785b  |  26 lines

  1. <DIV CLASS="indent">
  2.  
  3. <H2 CLASS="title">Set Default Options for {printer_name}</H2>
  4.  
  5. <FORM METHOD="POST" ACTION="/admin">
  6. <INPUT TYPE="HIDDEN" NAME="PRINTER_NAME" VALUE="{printer_name}">
  7. <INPUT TYPE="HIDDEN" NAME="OP" VALUE="{op}">
  8. {HAVE_AUTOCONFIGURE?<INPUT TYPE="SUBMIT" NAME="AUTOCONFIGURE" VALUE="Query Printer for Default Options">:}
  9.  
  10. <SCRIPT TYPE="text/javascript"><!--
  11. function update_paramtable(option)
  12. {
  13.   var cb = document.getElementById("select-" + option)
  14.   var paramstable = document.getElementById(option + "-params");
  15.   if (cb.value == "Custom")
  16.     paramstable.style.display = "table";
  17.   else
  18.     paramstable.style.display = "none";
  19. }
  20. --></SCRIPT>
  21.  
  22. <H3 CLASS="title">{[group_id]
  23. <A HREF="#{group_id}">{group}</A>     }</H3>
  24.  
  25. <DIV CLASS="tabs">
  26.